google.golang.org/grpc/balancer/pickfirst.pickfirstBalancer.ExitIdle (method, view implemented interface methods)

2 uses

	google.golang.org/grpc/balancer/pickfirst (current package)
		pickfirst.go#L383: func (b *pickfirstBalancer) ExitIdle() {
		pickfirst.go#L704: 			Picker:            &idlePicker{exitIdle: sync.OnceFunc(b.ExitIdle)},